home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: R1 Unused routines
- Sent: 5/27/96 8:59 PM
- Received: 5/28/96 8:25 AM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >In the process of converting our part to R1, we found we were using many
- >routines that appear to no longer be supported directly. These routines
- >(found in files DocUtils.cpp, BArray.cpp, PlfmFile.cpp, etc) are found in
- >the Unused folder (ODF:Found:ODUtils:Unsed). Are there replacement
- >routines/classes under R1? For example what should we use instead of
- >ODAcquireRootPartSUOfDraft, ODOpenFileDocument, or TempODStorageUnit)?
- >
- >Regards,
- >
- >Karl Jepsen
- >Digital Harbor
-
- The OpenDoc utilies are not part of ODF. They have been developed and are
- maintained by the OpenDoc team. ODF uses a very small subset of them
- (files not in the unused folder) but your are free to use anything you
- want. We provide a copy of them in the ODUtil folder but you can also get
- them directly from the OpenDoc SDK. I would also suggest you not to use
- any of the TempODxxx object but use instead the ODF FW_CAcquiredODxxxxx.
- If an FW_CAcquiredODxxxx is missing then directly use the template based
- object FW_TAcquiredODRefCntObject<ODxxxx>. Look also in using
- FW_CByteArray instead of the routines in BArray.cpp
-
- ......................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ......................................................................
-
-